From 33039c1452c76c2147ea27bf557c1e5d76ce4873 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sun, 18 Apr 2010 17:56:58 -0400 Subject: [PATCH] Fixed extended layout test to compile without the gtk_label_set_fullsize() api. --- tests/testextendedlayout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testextendedlayout.c b/tests/testextendedlayout.c index 7c10082b22..73b505f41b 100644 --- a/tests/testextendedlayout.c +++ b/tests/testextendedlayout.c @@ -977,8 +977,8 @@ size_for_allocation_test_new (TestSuite *suite, gtk_table_attach (GTK_TABLE (container), child, i, i + 1, 0, 1, GTK_FILL, GTK_EXPAND|GTK_FILL, 0, 0); - if (i > 0) - gtk_label_set_full_size (GTK_LABEL (child), TRUE); +/* if (i > 0) */ +/* gtk_label_set_full_size (GTK_LABEL (child), TRUE); */ if (i > 2) gtk_label_set_angle (GTK_LABEL (child), vertical ? 180 : 270); -- 2.30.2